runtime.timerWhen.timer (field)
13 uses
runtime (current package)
time.go#L131: timer *timer
time.go#L244: if ts == nil || t != ts.heap[0].timer {
time.go#L391: if t == ts.heap[0].timer {
time.go#L474: t := ts.heap[0].timer
time.go#L678: if t := ts.heap[n-1].timer; t.astate.Load()&timerZombie != 0 {
time.go#L691: t := ts.heap[0].timer
time.go#L724: t := tw.timer
time.go#L821: t := tw.timer
time.go#L968: t := tw.timer
time.go#L1228: if heap[i].timer != tw.timer {
time.go#L1268: if heap[i].timer != tw.timer {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |